'Declaration
Overloads Public Operator Widening CType( _ ByVal data() As Byte _ ) As BinaryDataType
'Usage
public BinaryDataType operator implicit( byte[] data )
This operator type is not supported by Delphi
This operator type is not supported by JScript
public: BinaryDataType* op_Implicit( byte[]* data )
public: operator BinaryDataType^ ( array<byte>^ data )
Parameters
- data
- The data.
Return Value
The result of the conversion.